PDF4Java Reference Documentation
com.o2sol.pdf4java.content.visualobjects Package / PDFPathItem Class
Methods


In This Topic
    PDFPathItem Class Members
    In This Topic

    The following tables list the members exposed by PDFPathItem.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodGets the item points.
    The number of points in the array depends on the item type. MoveTo and LineTo types have a single point, CCurveTo has 3 points, VCurveTo and YVCurveTo have 2 points and the CloseSubpath has no points (the array is null).  
    Public MethodGets the type of the path item.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodReturns a string that represents the current Object.  
    Top
    See Also